source: branches/with_autoconf/examples/soclib_date04/timer4_gmn_handmade/Makefile.am @ 8

Last change on this file since 8 was 8, checked in by nipo, 16 years ago

Checkin autotools magic

File size: 350 bytes
Line 
1
2if HAS_SOCLIB
3soclib_based_programs=timer4_gmn_handmade
4else
5soclib_based_programs=
6endif
7
8bin_PROGRAMS = $(soclib_based_programs)
9timer4_gmn_handmade_SOURCES = system.cpp chrono.h
10timer4_gmn_handmade_LDADD = $(top_builddir)/src/libsystemc.la -L$(SOCLIB_PATH)/lib -lsoclib
11timer4_gmn_handmade_CXXFLAGS = -I$(top_srcdir)/src -I$(SOCLIB_PATH)/include
Note: See TracBrowser for help on using the repository browser.