File: Makefile.in

package info (click to toggle)
dump 0.4b27-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 984 kB
  • ctags: 1,058
  • sloc: ansic: 12,043; sh: 2,758; makefile: 183; perl: 12; sed: 5
file content (23 lines) | stat: -rw-r--r-- 350 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $Id: Makefile.in,v 1.3 1999/10/13 09:57:18 stelian Exp $

top_srcdir=	@top_srcdir@
srcdir=		@srcdir@

@MCONFIG@

all::

install::

clean::
	$(RM) -f \#* *~ core

distclean::	clean
	$(RM) -f Makefile Makefile.old .depend

# +++ Dependency line eater +++
# 
# Makefile dependencies follow.  This must be the last section in
# the Makefile.in file
#