Hello world

This commit is contained in:
Ludovic Jacomme 2002-03-20 10:52:14 +00:00
parent 6c9df70c53
commit e5604a88de
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
CFLAGS = @CFLAGS@ \
-DALLIANCE_TOP=\"${ALLIANCE_TOP}\"
lib_LIBRARIES = libBtr.a
include_HEADERS = btr.h
libBtr_a_SOURCES = \
btr.h btrenv.c btrerror.h btrfunc.c btrresize.h \
btralloc.c btrenv.h btrfree.c btrfunc.h btrtrans.c \
btralloc.h btrerror.c btrfree.h btrresize.c btrtrans.h