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

Contents of /wxCpuThrottle/src/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.20