source: src/dgc/Makefile @ e7de6cc

Last change on this file since e7de6cc was e7de6cc, checked in by Tomasz Obrebski <to@…>, 12 years ago

new version of dgp
added dgc, tre and compdic components
compiledic renamed to compdic_utf8
./configure updated

  • Property mode set to 100644
File size: 186 bytes
Line 
1include ../../config.mak
2
3dgc:
4
5.PHONY: install
6install:
7ifdef BIN_DIR
8        install -m 0755 dgc $(BIN_DIR)
9endif
10
11.PHONY: uninstall
12uninstall:
13ifdef BIN_DIR
14        rm $(BIN_DIR)/dgc
15endif
16
17clean:
Note: See TracBrowser for help on using the repository browser.