File: Makefile.in

package info (click to toggle)
libtabe 0.1.8-0.1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 5,156 kB
  • ctags: 14,763
  • sloc: ansic: 41,709; sh: 1,759; makefile: 372
file content (21 lines) | stat: -rw-r--r-- 419 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
#
# Copyright 1999, TaBE Project, All Rights Reserved.
# Copyright 1999, Pai-Hsiang Hsiao, All Rights Reserved.
#
# $Id: Makefile.in,v 1.1.1.1 2000/01/17 09:17:26 shawn Exp $
#
@SET_MAKE@

all:
	(cd src; $(MAKE))

.PHONY: clean distclean install
clean:
	(cd src; $(MAKE) clean)

distclean:
	(cd src; $(MAKE) distclean)
	rm -f Makefile config.h config.cache config.log config.status

install:
	(cd src; $(MAKE) install)