source: trunk/debathena/config/reactivate/Makefile @ 26008

Revision 26008, 414 bytes checked in by achernya, 11 years ago (diff)
In reactivate: * Convert to dh7
Line 
1all: session-wrapper command-not-found.mo
2
3session-wrapper: session-wrapper.c
4        $(CC) -o session-wrapper session-wrapper.c
5
6command-not-found.mo:
7        msgfmt -o command-not-found.mo command-not-found.po
8
9install: all
10        install -d $(DESTDIR)/usr/lib/debathena-reactivate
11        install -m4755 session-wrapper $(DESTDIR)/usr/lib/debathena-reactivate
12
13clean:
14        rm -f session-wrapper
15        rm -f command-not-found.mo
16
17.PHONY: clean all
Note: See TracBrowser for help on using the repository browser.