13 lines
171 B
Makefile
13 lines
171 B
Makefile
|
|
lib_LIBRARIES = libversit.a
|
|
|
|
libversit_a_SOURCES = \
|
|
vcc.y \
|
|
vobject.c \
|
|
vobject.h \
|
|
port.h \
|
|
vcaltmp.c \
|
|
vcaltmp.h
|
|
|
|
EXTRA_DIST = README.TXT vcaltest.c vctest.c
|