Cleanup classes that are moved to ACL
[AXE.git] / src / Makefile.am
1
2 ##  Process this file with automake to produce Makefile.in
3 includedir = $(prefix)/include/AXE
4
5 lib_LIBRARIES = libAXE.a
6
7 libAXE_a_SOURCES = xappl.cpp xwindow.cpp font.cpp menu.cpp frame.cpp \
8          filedialog.cpp \
9          button.cpp edit.cpp scroll.cpp table.cpp geometry.cpp icon.cpp \
10          amount.cpp  \
11          configuration.cpp
12
13 include_HEADERS = table.h menu.h button.h edit.h scroll.h pixmap.h \
14         xappl.h display.h xwindow.h frame.h geometry.h icon.h \
15         color.h font.h pattern.h cursor.h gc.h filedialog.h \
16         money.h configuration.h
17
18 LDADD = libAXE.a @LIBS@
19
20 ## all : testaxe timesheet acltest
21
22 ##testaxe   : testaxe.o libAXE.a
23
24 ## timesheet : timesheet.o libAXE.a
25
26 ## acltest : acltest.o libAXE.a