File: Makefile.am

package info (click to toggle)
libticables3 3.2.3-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,804 kB
  • ctags: 1,670
  • sloc: ansic: 10,513; sh: 9,397; makefile: 337; pascal: 263; cpp: 121; sed: 93
file content (16 lines) | stat: -rw-r--r-- 305 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## Process this file with automake to produce Makefile.in

MAINTAINERCLEANFILES=Makefile.in

EXTRA_DIST = ticables.m4

files:
        @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
          echo $$p; \
        done

aclocaldir = @ACLOCALDIR@

if Aclocal
 aclocal_DATA = ticables.m4
endif