Changeset 1396 for trunk/yat/Makefile.am


Ignore:
Timestamp:
Jul 25, 2011, 3:42:30 AM (12 years ago)
Author:
Peter Johansson
Message:

exclude dummie.cc from files to fetch from yat repo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/Makefile.am

    r1384 r1396  
    4040
    4141
    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
     42yat_cc_files =
     43yat_cc_files += ColumnStream.cc
     44yat_cc_files += CommandLine.cc
     45yat_cc_files += Exception.cc
     46yat_cc_files += Option.cc
     47yat_cc_files += OptionHelp.cc
     48yat_cc_files += OptionSwitch.cc
     49yat_cc_files += split.cc
    5150
     51libyat_a_SOURCES = $(yat_cc_files) dummie.cc
    5252
    5353clean-local:; rm -rf Fetchdir
    5454
    5555SVN = svn
    56 FETCH_FILES = config_public.h.in $(noinst_HEADERS) $(libyat_a_SOURCES)
     56FETCH_FILES = config_public.h.in $(noinst_HEADERS) $(yat_cc_files)
    5757
    5858yat_url = http://dev.thep.lu.se/yat/svn/trunk/yat/utility
Note: See TracChangeset for help on using the changeset viewer.