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

Annotation of /wxCpuThrottle/src/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24 - (hide annotations) (download)
Thu Aug 9 20:57:19 2007 UTC (16 years, 9 months ago) by torben
File size: 626 byte(s)
Implemented the Functional Layer class AcpiParser, which wraps 
all contact with the /proc file

1 torben 19 # these are the headers for your project
2 torben 24 noinst_HEADERS = acpiparser.h trayicon.h wxcputhrottle.h wxcputhrottleframe.h
3 torben 19
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 torben 24 wxcputhrottle_SOURCES = acpiparser.cpp trayicon.cpp wxcputhrottle.cpp \
13     wxcputhrottleframe.cpp
14 torben 19 wxcputhrottle_LDFLAGS = $(WX_LIBS)

  ViewVC Help
Powered by ViewVC 1.1.20