File: Makefile

package info (click to toggle)
explorer 0.72-2.1
  • links: PTS
  • area: contrib
  • in suites: hamm, slink
  • size: 1,556 kB
  • ctags: 1,203
  • sloc: cpp: 10,226; makefile: 384; sh: 206; ansic: 106; lex: 95; csh: 6
file content (18 lines) | stat: -rwxr-xr-x 338 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#vi:ts=4:sw=4

INCLUDES	= config_expl.h cpdlg.h cursors.h data_tree.h data_win.h dialogs.h \
			ewidgets.h file_tool.h fpropdlg.h menu.h qprogres.h vars.h

DISTFILES = $(INCLUDES) Makefile

clean:
	-rm *~ *.*~

mostlyclean: clean
	-rm $(TARGET) DEADJOE *# *~ *.bak *.BAK
	   
distclean: mostlyclean

checkin:
	ci -l $(INCLUDES) Makefile