Mercurial > hg > xemacs-beta
comparison pkg-src/tree-x/Makefile.in.in @ 193:f53b5ca2e663 r20-3b23
Import from CVS: tag r20-3b23
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:58:30 +0200 |
parents | 8eaf7971accc |
children |
comparison
equal
deleted
inserted
replaced
192:9d35321dd38c | 193:f53b5ca2e663 |
---|---|
54 all : xoobr | 54 all : xoobr |
55 | 55 |
56 xoobr: $(objs) | 56 xoobr: $(objs) |
57 $(CC) $(CFLAGS) $(LDFLAGS) $(objs) $(ldflags) -o $@ | 57 $(CC) $(CFLAGS) $(LDFLAGS) $(objs) $(ldflags) -o $@ |
58 | 58 |
59 .c.o : | 59 #ifdef SOLARIS2 |
60 %.o : %.c | |
61 #else | |
62 .c.o: | |
63 #endif | |
60 $(CC) $(CFLAGS) $(cflags) -c $< | 64 $(CC) $(CFLAGS) $(cflags) -c $< |
61 | 65 |
62 install: $(progs) | 66 install: $(progs) |
63 ../../lib-src/make-path ${archlibdir} | 67 ../../lib-src/make-path ${archlibdir} |
64 for file in $(progs); do \ | 68 for file in $(progs); do \ |