Changeset 1396 for trunk/yat/Makefile.am
- Timestamp:
- Jul 25, 2011, 3:42:30 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/Makefile.am
r1384 r1396 40 40 41 41 42 libyat_a_SOURCES = 43 libyat_a_SOURCES += ColumnStream.cc 44 libyat_a_SOURCES += CommandLine.cc 45 libyat_a_SOURCES += dummie.cc 46 libyat_a_SOURCES += Exception.cc 47 libyat_a_SOURCES += Option.cc 48 libyat_a_SOURCES += OptionHelp.cc 49 libyat_a_SOURCES += OptionSwitch.cc 50 libyat_a_SOURCES += split.cc 42 yat_cc_files = 43 yat_cc_files += ColumnStream.cc 44 yat_cc_files += CommandLine.cc 45 yat_cc_files += Exception.cc 46 yat_cc_files += Option.cc 47 yat_cc_files += OptionHelp.cc 48 yat_cc_files += OptionSwitch.cc 49 yat_cc_files += split.cc 51 50 51 libyat_a_SOURCES = $(yat_cc_files) dummie.cc 52 52 53 53 clean-local:; rm -rf Fetchdir 54 54 55 55 SVN = svn 56 FETCH_FILES = config_public.h.in $(noinst_HEADERS) $( libyat_a_SOURCES)56 FETCH_FILES = config_public.h.in $(noinst_HEADERS) $(yat_cc_files) 57 57 58 58 yat_url = http://dev.thep.lu.se/yat/svn/trunk/yat/utility
Note: See TracChangeset
for help on using the changeset viewer.