comparison readline/Makefile.in @ 2056:3e7017491d3f

[project @ 1996-04-07 04:43:37 by jwe]
author jwe
date Sun, 07 Apr 1996 04:43:37 +0000
parents 4f218c8d6ec7
children 2d352d57a5ab
comparison
equal deleted inserted replaced
2055:1523f75dc160 2056:3e7017491d3f
36 36
37 ALL_CFLAGS = $(LOCAL_INCLUDES) $(DEFS) $(CFLAGS) 37 ALL_CFLAGS = $(LOCAL_INCLUDES) $(DEFS) $(CFLAGS)
38 38
39 # Here is a rule for making .o files from .c files that doesn't force 39 # Here is a rule for making .o files from .c files that doesn't force
40 # the type of the machine (like -sun3) into the flags. 40 # the type of the machine (like -sun3) into the flags.
41 .c.o: 41
42 [ -z "$(CPICFLAG)" ] ||\ 42 %.o : %.c
43 $(CC) -c $(CPPFLAGS) $(CPICFLAG) $(ALL_CFLAGS) $< -o pic/$@
44 $(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) $< 43 $(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) $<
44
45 pic/%.o : %.c
46 $(CC) -c $(CPPFLAGS) $(CPICFLAG) $(ALL_CFLAGS) $< -o $@
45 47
46 # ==================== Where To Install Things ==================== 48 # ==================== Where To Install Things ====================
47 49
48 # The default location for installation. Everything is placed in 50 # The default location for installation. Everything is placed in
49 # subdirectories of this directory. The default values for many of 51 # subdirectories of this directory. The default values for many of