summaryrefslogtreecommitdiff
path: root/imakefile
blob: 5bc330d943f7cfad924ef4b5c513f99e14857b47 (plain)
1
2
3
4
5
LOCAL_LIBRARIES = 
SRCS = prtype.c print11.c table11.c decode11.c server.c fd.c common.c scope.c
OBJS = scope.o common.o fd.o server.o decode11.o table11.o print11.o prtype.o

ComplexProgramTarget(xscope)