14 lines
120 B
Makefile
14 lines
120 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../../
|
|
|
|
C_SOURCES=\
|
|
gt_tpl.c \
|
|
mousetpl.c \
|
|
|
|
LIBNAME=gt_tpl
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|