The petidomo binary will now be linked with $(CXX).
Updated dependencies.
This commit is contained in:
parent
069042ad61
commit
b305cb94ab
23
Makefile.in
23
Makefile.in
@ -49,7 +49,7 @@ FLAGS_TO_PASS = CC="$(CC)" CXX="$(CXX)" AR="$(AR)" RANLIB="$(RANLIB)" LEX="$(LEX
|
|||||||
$(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $<
|
$(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $<
|
||||||
|
|
||||||
petidomo: $(OBJS) $(LIBS)
|
petidomo: $(OBJS) $(LIBS)
|
||||||
$(CC) $(OBJS) -o $@ $(LDFLAGS) $(LIBS)
|
$(CXX) $(OBJS) -o $@ $(LDFLAGS) $(LIBS)
|
||||||
|
|
||||||
acl.c acl_scan.h: acl.y
|
acl.c acl_scan.h: acl.y
|
||||||
$(YACC) -d -p acl acl.y
|
$(YACC) -d -p acl acl.y
|
||||||
@ -81,3 +81,24 @@ realclean:: distclean
|
|||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
|
||||||
|
acl.o: libtext/text.h petidomo.h acl_scan.c acl_scan.h
|
||||||
|
acl_scan.o: acl_scan.h
|
||||||
|
archive.o: libtext/text.h petidomo.h
|
||||||
|
authen.o: libtext/text.h petidomo.h
|
||||||
|
config.o: liblists/lists.h libconfigfile/configfile.h petidomo.h
|
||||||
|
filter.o: petidomo.h
|
||||||
|
handleacl.o: petidomo.h
|
||||||
|
help.o: libtext/text.h petidomo.h
|
||||||
|
hermes.o: libtext/text.h petidomo.h
|
||||||
|
index.o: libtext/text.h petidomo.h
|
||||||
|
io.o: petidomo.h
|
||||||
|
listserv.o: libtext/text.h petidomo.h
|
||||||
|
mailer.o: libtext/text.h petidomo.h
|
||||||
|
main.o: petidomo.h libargv/argv.h
|
||||||
|
members.o: libtext/text.h petidomo.h
|
||||||
|
parsearray.o: petidomo.h
|
||||||
|
password.o: petidomo.h
|
||||||
|
rfcparse.o: librfc822/rfc822.hpp libtext/text.h petidomo.h
|
||||||
|
subscribe.o: libtext/text.h petidomo.h
|
||||||
|
tool.o: libtext/text.h petidomo.h
|
||||||
|
unsubscribe.o: libtext/text.h petidomo.h
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user