## Process this file with automake to produce Makefile.in includedir = $(prefix)/include/AXE lib_LIBRARIES = libAXE.a libAXE_a_SOURCES = xappl.cpp xwindow.cpp font.cpp menu.cpp frame.cpp \ filedialog.cpp \ button.cpp edit.cpp scroll.cpp table.cpp geometry.cpp icon.cpp \ amount.cpp \ configuration.cpp include_HEADERS = table.h menu.h button.h edit.h scroll.h pixmap.h \ xappl.h display.h xwindow.h frame.h geometry.h icon.h \ color.h font.h pattern.h cursor.h gc.h filedialog.h \ money.h configuration.h LDADD = libAXE.a @LIBS@ ## all : testaxe timesheet acltest ##testaxe : testaxe.o libAXE.a ## timesheet : timesheet.o libAXE.a ## acltest : acltest.o libAXE.a