Subversion Repositories tendra.SVN

Rev

Rev 43 | Rev 59 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 43 Rev 55
Line 34... Line 34...
34
clean:
34
clean:
35
	rm -f $(OBJS)
35
	rm -f $(OBJS)
36
	rm -f $(PROG)
36
	rm -f $(PROG)
37
 
37
 
38
install: $(PROG)
38
install: $(PROG)
39
	install -d $(INSTALL_BINDIR)
39
	mkdir -p -d $(INSTALL_BINDIR)
40
	install $(PROG) $(INSTALL_BINDIR)/$(PROG)
40
	install $(PROG) $(INSTALL_BINDIR)/$(PROG)
41
 
41
 
42
depend:
42
depend:
43
	mkdep $(CFLAGS) *.c
43
	mkdep $(CFLAGS) *.c
44
 
44
 
45
 
45
 
46
include .depend
46
#-include .depend
47
#LEXI=lexi
47
#LEXI=lexi
48
#SID=sid
48
#SID=sid
49
#SIDOPTS=-l ossg-c -s no-lines
49
#SIDOPTS=-l ossg-c -s no-lines
50
#
50
#
51
#SID_OUT=${SRC}/syntax.o ${SRC}/syntax.h
51
#SID_OUT=${SRC}/syntax.o ${SRC}/syntax.h