File: Makefile.am

package info (click to toggle)
got 0.119-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,448 kB
  • sloc: ansic: 124,378; sh: 50,814; yacc: 4,353; makefile: 2,241; perl: 357
file content (10 lines) | stat: -rw-r--r-- 157 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
noinst_PROGRAMS = template

include $(top_builddir)/Makefile.common

template_SOURCES = template.c \
	parse.y

EXTRA_DIST = got_compat.h

LDADD =	$(LIBOBJS)