Changeset 0ff8fb57 for Makefile.in
- Timestamp:
- Jun 1, 2003, 1:46:49 PM (22 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 31e48a3
- Parents:
- 440ce01
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
rd09e5a1 r0ff8fb57 34 34 OBJS = $(BASE_OBJS) $(GEN_O) 35 35 36 #AUTOGEN=$(GEN_C) $(GEN_H)37 AUTOGEN=$(GEN_C)36 AUTOGEN=$(GEN_C) $(GEN_H) 37 #AUTOGEN=$(GEN_C) 38 38 39 39 … … 53 53 $(RM) config.cache config.log config.status Makefile config.h TAGS *~ core 54 54 55 #proto: owl_prototypes.h55 proto: owl_prototypes.h 56 56 57 57 perlglue.c: perlglue.xs … … 62 62 63 63 # Only move owl_prototypes.h into place if the new one is different 64 #owl_prototypes.h: codelist.pl varstubs.c $(BASE_SRCS)65 # perl codelist.pl | grep -v ZWRITEOPTIONS> owl_prototypes.h.new66 #@cmp -s owl_prototypes.h.new $@ || { \67 #echo 'Interfaces changed!'; \68 #echo mv -f owl_prototypes.h.new $@; \69 #mv -f owl_prototypes.h.new $@; }70 owl_prototypes.h:64 owl_prototypes.h: codelist.pl varstubs.c $(BASE_SRCS) 65 perl codelist.pl > owl_prototypes.h.new 66 @cmp -s owl_prototypes.h.new $@ || { \ 67 echo 'Interfaces changed!'; \ 68 echo mv -f owl_prototypes.h.new $@; \ 69 mv -f owl_prototypes.h.new $@; } 70 #owl_prototypes.h: 71 71 72 72 .PHONY: tags clean distclean proto test … … 77 77 etags $(BASE_SRCS) $(OWL_SRC) $(TESTER_SRC) $(GEN_C) owl.h $(GEN_H) 78 78 79 #$(BASE_OBJS) varstubs.h:: owl.h config.h owl_prototypes.h80 $(BASE_OBJS) varstubs.h:: owl.h config.h79 $(BASE_OBJS) varstubs.h:: owl.h config.h owl_prototypes.h 80 #$(BASE_OBJS) varstubs.h:: owl.h config.h 81 81 82 82 libfaim: libfaim/libfaim.a
Note: See TracChangeset
for help on using the changeset viewer.