/[projects]/wxCpuThrottle/src/Makefile.am
ViewVC logotype

Annotation of /wxCpuThrottle/src/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19 - (hide annotations) (download)
Wed Aug 8 19:04:07 2007 UTC (16 years, 10 months ago) by torben
File size: 527 byte(s)
Initial import...

1 torben 19 # these are the headers for your project
2     noinst_HEADERS = wxcputhrottle.h
3    
4     #########################################################################
5     # APPLICATION SECTION
6     #########################################################################
7     # this is the program that gets installed. it's name is used for all
8     # of the other Makefile.am variables
9     bin_PROGRAMS = wxcputhrottle
10    
11     # the application source, library search path, and link libraries
12     wxcputhrottle_SOURCES = wxcputhrottle.cpp
13     wxcputhrottle_LDFLAGS = $(WX_LIBS)

  ViewVC Help
Powered by ViewVC 1.1.20