Last change
on this file since f4bf33e was
e7de6cc,
checked in by Tomasz Obrebski <to@…>, 13 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
|
Rev | Line | |
---|
[e7de6cc] | 1 | include ../../config.mak |
---|
| 2 | |
---|
| 3 | tre: |
---|
| 4 | |
---|
| 5 | .PHONY: install |
---|
| 6 | install: |
---|
| 7 | ifdef BIN_DIR |
---|
| 8 | install -m 0755 tre $(BIN_DIR) |
---|
| 9 | endif |
---|
| 10 | |
---|
| 11 | .PHONY: uninstall |
---|
| 12 | uninstall: |
---|
| 13 | ifdef BIN_DIR |
---|
| 14 | rm $(BIN_DIR)/tre |
---|
| 15 | endif |
---|
| 16 | |
---|
| 17 | clean: |
---|
Note: See
TracBrowser
for help on using the repository browser.