File: Imakefile

package info (click to toggle)
xless 1.7-14
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 284 kB
  • ctags: 259
  • sloc: ansic: 3,129; makefile: 38; sh: 5
file content (9 lines) | stat: -rw-r--r-- 173 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9

SRCS = regexp.c regsub.c regerror.c
OBJS = regexp.o regsub.o regerror.o

EXTRA_INCLUDES = -I.

NormalLibraryObjectRule()
NormalLibraryTarget(regexp,$(OBJS))
DependTarget()