c971693db41d43ff16b1eaf2760f4ed31439d18a
[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          parsedate.c datelex.c dateyacc.y \
10          button.cpp edit.cpp scroll.cpp table.cpp geometry.cpp icon.cpp \
11          string.cpp regex.cpp integer.cpp date.cpp hour.cpp amount.cpp out.cpp \
12          configuration.cpp
13
14 include_HEADERS = table.h menu.h button.h edit.h scroll.h pixmap.h \
15         xappl.h display.h xwindow.h frame.h geometry.h icon.h \
16         color.h font.h pattern.h cursor.h gc.h filedialog.h \
17         money.h String.h date.h configuration.h
18
19 dateyacc.h : dateyacc.y
20         bison -d -o dateyacc.c dateyacc.y
21
22 LDADD = libAXE.a @LIBS@
23
24 ## all : testaxe timesheet acltest
25
26 ##testaxe   : testaxe.o libAXE.a
27
28 ## timesheet : timesheet.o libAXE.a
29
30 ## acltest : acltest.o libAXE.a