[avida-cvs] avida CVS commits: /current/source/event Makefile.am

kaben avida-cvs at alife.org
Thu Oct 16 18:38:46 PDT 2003


kaben		Thu Oct 16 10:38:46 2003 EDT

  Modified files:              
    /avida/current/source/event	Makefile.am 
  Log:
  
  Make is not generating event include files, for some reason.
  This may have fixed it -- it works in my working directory --
  verifying on a fresh checkout.
  
  
  
Index: avida/current/source/event/Makefile.am
diff -u avida/current/source/event/Makefile.am:1.14 avida/current/source/event/Makefile.am:1.15
--- avida/current/source/event/Makefile.am:1.14	Thu May 22 11:58:51 2003
+++ avida/current/source/event/Makefile.am	Thu Oct 16 10:38:45 2003
@@ -18,9 +18,11 @@
 #$(srcdir)/cPopulation_enums_auto.ci: $(srcdir)/cPopulation.events
 #	perl $(srcdir)/make_events.pl $(srcdir)/cPopulation
 #$(srcdir)/population_event_factory.cc: $(srcdir)/cPopulation_enums_auto.ci
-cPopulation_enums_auto.ci: cPopulation.events
+
+cPopulation_enums_auto.ci cPopulation_process_auto.ci cPopulation_name2enum_auto.ci cPopulation_construct_event_auto.ci: cPopulation.events
 	perl $(srcdir)/make_events.pl $(<:%.events=%)
-population_event_factory.o: cPopulation_enums_auto.ci
+
+population_event_factory.o: cPopulation_enums_auto.ci cPopulation_process_auto.ci cPopulation_name2enum_auto.ci cPopulation_construct_event_auto.ci
 ##
 
 ## now come the actual sources for libevent.a
@@ -45,4 +47,5 @@
 
 ## we need this in the distribution:
 EXTRA_DIST = cPopulation.events make_events.pl event.pri
+
 






More information about the Avida-cvs mailing list