File: Makefile.am.pub

package info (click to toggle)
cfengine 1.4.9-3
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 3,540 kB
  • ctags: 1,861
  • sloc: ansic: 25,408; sh: 1,708; perl: 1,088; lex: 690; makefile: 435; lisp: 182; yacc: 101; csh: 24
file content (21 lines) | stat: -rw-r--r-- 734 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#####################################################################
#
#   Makefile for the GNU cfengine  (C) Mark Burgess 1994
#
#   It should not be necessary to run make manually. To install
#   cfengine you should cd to the directory containing this
#   file and run "./configure". configure will invoke "make"
#   automatically after generating the makefile. If you want to
#   fine tune it afterwards, type CTRL-C to stop the installation
#   and run make manually.
#
#####################################################################

noinst_LIBRARIES = pub
pub_SOURCES = getopt.c    \
      getopt1.c   \
      full-write.c\
      regex.c     \
      md5.c       \
      md5c.c
EXTRA_DIST = getopt.h global.h md5.h regex.h