File: Makefile.am

package info (click to toggle)
ucl 1.03-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 4,912 kB
  • ctags: 9,968
  • sloc: sh: 11,725; asm: 10,461; ansic: 5,057; makefile: 128
file content (17 lines) | stat: -rw-r--r-- 497 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Process this file with automake to create Makefile.in
#
# Copyright (C) 1996-2004 Markus F.X.J. Oberhumer
#

AUTOMAKE_OPTIONS = 1.8.5 foreign

SUBDIRS = include src examples

dist-hook:
	-rm -rf "$(distdir)/acconfig/"
	cp -pR $(srcdir)/B/ $(srcdir)/acconfig/ $(srcdir)/asm/ $(srcdir)/upx/ "$(distdir)/"
	$(mkinstalldirs) "$(distdir)/acc"
	cp -pR $(srcdir)/acc/ACC* $(srcdir)/acc/acc* "$(distdir)/acc/"
	-rm -f `find "./$(distdir)/" -type l -print`

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