summaryrefslogtreecommitdiffstats
path: root/collage/Makefile
blob: b8a645eda79a072c2814e6ee34f8e25d3f728360 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include ../Makefile.inc

CFLAGS = -Wall -g 
LDFLAGS = -g
LOADLIBES = -L../isys -lz -lisys -lresolv -lpopt

all:	collage

collage:	collage.o commands.o idmap.o ls.o

install:
	mkdir -p $(DESTDIR)/$(RUNTIMEDIR)
	install -s collage $(DESTDIR)/$(RUNTIMEDIR)
	install mkcollagelinks $(DESTDIR)/$(RUNTIMEDIR)

clean:
	rm -f collage *.o