Mercurial > hg > xemacs-beta
comparison lwlib/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 | d44af0c54775 |
comparison
equal
deleted
inserted
replaced
192:9d35321dd38c | 193:f53b5ca2e663 |
---|---|
75 | 75 |
76 cppflags = $(CPPFLAGS) -I. $(c_switch_all) $(ENERGIZEP) | 76 cppflags = $(CPPFLAGS) -I. $(c_switch_all) $(ENERGIZEP) |
77 cflags = $(CFLAGS) $(cppflags) | 77 cflags = $(CFLAGS) $(cppflags) |
78 | 78 |
79 ALL_CFLAGS= $(CFLAGS) $(CPPFLAGS) -I. $(c_switch_all) $(ENERGIZEP) | 79 ALL_CFLAGS= $(CFLAGS) $(CPPFLAGS) -I. $(c_switch_all) $(ENERGIZEP) |
80 #ifdef SOLARIS2 | |
81 %.o : %.c | |
82 #else | |
80 .c.o: | 83 .c.o: |
84 #endif | |
81 $(CC) -c $(cflags) $< | 85 $(CC) -c $(cflags) $< |
82 | 86 |
83 ## Create preprocessor output (debugging purposes only) | 87 ## Create preprocessor output (debugging purposes only) |
84 .c.i: | 88 .c.i: |
85 $(CC) -P $(cppflags) $< | 89 $(CC) -P $(cppflags) $< |