Changeset 0ff8fb57 for Makefile.in


Ignore:
Timestamp:
Jun 1, 2003, 1:46:49 PM (21 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
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
Message:
More AIM work.
The auto-prototype building has been re-enabled as well.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    rd09e5a1 r0ff8fb57  
    3434OBJS = $(BASE_OBJS) $(GEN_O)
    3535
    36 #AUTOGEN=$(GEN_C) $(GEN_H)
    37 AUTOGEN=$(GEN_C)
     36AUTOGEN=$(GEN_C) $(GEN_H)
     37#AUTOGEN=$(GEN_C)
    3838
    3939
     
    5353        $(RM) config.cache config.log config.status Makefile config.h TAGS *~ core
    5454
    55 #proto: owl_prototypes.h
     55proto: owl_prototypes.h
    5656
    5757perlglue.c: perlglue.xs
     
    6262
    6363# 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.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:
     64owl_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:
    7171
    7272.PHONY: tags clean distclean proto test
     
    7777        etags $(BASE_SRCS) $(OWL_SRC) $(TESTER_SRC) $(GEN_C) owl.h $(GEN_H)
    7878
    79 #$(BASE_OBJS) varstubs.h:: owl.h config.h owl_prototypes.h
    80 $(BASE_OBJS) varstubs.h:: owl.h config.h
     79$(BASE_OBJS) varstubs.h:: owl.h config.h owl_prototypes.h
     80#$(BASE_OBJS) varstubs.h:: owl.h config.h
    8181
    8282libfaim: libfaim/libfaim.a
Note: See TracChangeset for help on using the changeset viewer.