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