File: Makefile

package info (click to toggle)
slsc 0.2.3-8
  • links: PTS
  • area: main
  • in suites: sarge, woody
  • size: 464 kB
  • ctags: 586
  • sloc: ansic: 6,544; yacc: 394; makefile: 112; lisp: 71; sed: 4
file content (21 lines) | stat: -rw-r--r-- 327 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Generated automatically from Makefile.in by configure.
# -*- sh -*-

#This is a UNIX-only makefile.



all:
	cd src; $(MAKE) all
clean:
	/bin/rm -f *~
	cd src; $(MAKE) clean
#
distclean:
	/bin/rm -f *~ Makefile config.status config.log config.cache files.pck
	cd src; $(MAKE) distclean
#
install:
	cd src; $(MAKE) install
#