Parent Directory
|
Revision Log
|
Patch
| revision 2.6 by kusanagi, Tue Feb 8 12:32:22 2005 UTC | revision 2.7 by kusanagi, Tue Feb 15 17:57:41 2005 UTC | |
|---|---|---|
| # | Line 3 INCLUDES = -I@top_srcdir@ -I@top_srcdir@ | Line 3 INCLUDES = -I@top_srcdir@ -I@top_srcdir@ |
| 3 | LDFLAGS = @ROOT_LDFLAGS@ | LDFLAGS = @ROOT_LDFLAGS@ |
| 4 | SUBDIRS = forroutines physics | SUBDIRS = forroutines physics |
| 5 | ||
| 6 | bin_PROGRAMS = techmodelreader | bin_PROGRAMS = yoda |
| 7 | techmodelreader_SOURCES = techmodelreader.cpp | yoda_SOURCES = techmodelreader.cpp |
| 8 | techmodelreader_LDADD = libyodatechmodel.la @top_srcdir@/event/libyoda.la | yoda_LDADD = libyodatechmodel.la @top_srcdir@/event/libyoda.la |
| 9 | ||
| 10 | lib_LTLIBRARIES = libyodatechmodel.la | lib_LTLIBRARIES = libyodatechmodel.la |
| 11 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |