File: Makefile.am

package info (click to toggle)
gcvs 1.0final-5sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 12,244 kB
  • ctags: 10,630
  • sloc: ansic: 71,709; cpp: 39,780; sh: 18,434; makefile: 1,912; yacc: 1,299; tcl: 1,283; perl: 910; lex: 249; csh: 185; lisp: 7
file content (17 lines) | stat: -rwxr-xr-x 487 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
EXTRA_DIST = GCVS-VERSION .cvsignore PORTING README.SUN gcvs.spec make_configure
SUBDIRS = common cvstree rf gcvs Macros cvsunix GuiDoc
CONFIG_STATUS_DEPENDENCIES = GCVS-VERSION

etags:
	etags -C `find . -name \*.cpp`
	etags -C -a `find . -name \*.h`
	etags -a `find . -name \*.c`

Makefiles:
	make ./Makefile
	list='$(SUBDIRS)'; for subdir in $$list; do \
 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ./Makefile.in ); \
	done

rpm: dist
	rpm -ta $(distdir).tar.gz