/* $Id: Imakefile,v 2.13 1996/06/16 20:14:55 lupus Exp lupus $ */

SRCS1 = window.c icon.c check.c search.c info.c saldo.c error.c plot.c
OBJS1 = window.o icon.o check.o search.o info.o saldo.o error.o plot.o

SRCS2 = xfError.c printCheck.c sletKonto.c opretKonto.c
OBJS2 = xfError.o printCheck.o sletKonto.o opretKonto.o

SRCS3 = konto.c post.c pante.c aktie.c konto_io.c post_io.c 
OBJS3 = konto.o post.o pante.o aktie.o konto_io.o post_io.o 

SRCS4 = main.c clist.c rente.c gregor.c psOutput.c datoPrint.c str.c
OBJS4 = main.o clist.o rente.o gregor.o psOutput.o datoPrint.o str.o

SRCS5 = allocmem.c hyper.c stringstack.c average.c config.c date.c
OBJS5 = allocmem.o hyper.o stringstack.o average.o config.o date.o

SRCS6 = period.c transNum.c focus.c category.c categoryWindow.c
OBJS6 = period.o transNum.o focus.o category.o categoryWindow.o

SRCS7 = newCategory.c fileView.c multiSort.c recur.c displayLimit.c displayLimitWindow.c
OBJS7 = newCategory.o fileView.o multiSort.o recur.o displayLimit.o displayLimitWindow.o

SRCS = $(SRCS1) $(SRCS2) $(SRCS3) $(SRCS4) $(SRCS5) $(SRCS6) $(SRCS7)
OBJS = $(OBJS1) $(OBJS2) $(OBJS3) $(OBJS4) $(OBJS5) $(OBJS6) $(OBJS7)

SYS_LIBRARIES = XawClientLibs
DEPLIBS = XawClientDepLibs

ComplexProgramTarget(xfinans)

