File: Makefile.am

package info (click to toggle)
lzop 1.01-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,700 kB
  • ctags: 1,368
  • sloc: sh: 10,445; ansic: 8,142; makefile: 47
file content (20 lines) | stat: -rw-r--r-- 527 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
## Process this file with automake to produce Makefile.in
#
# Copyright (C) 1996-2003 Markus F.X.J. Oberhumer
#

AUTOMAKE_OPTIONS = 1.7.4 foreign

SUBDIRS = src doc


# /***********************************************************************
# // automake targets
# ************************************************************************/

dist-hook:
	-rm -rf ./$(distdir)/acconfig/
	cp -pR $(srcdir)/B/ $(srcdir)/acconfig/ $(distdir)/
	-rm -f `find ./$(distdir)/ -type l -print`

@MAINT@-include $(top_srcdir)/Makefile.maint