diff options
Diffstat (limited to 'v4.0/src/MESSAGES/MAKEFILE')
| -rw-r--r-- | v4.0/src/MESSAGES/MAKEFILE | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/v4.0/src/MESSAGES/MAKEFILE b/v4.0/src/MESSAGES/MAKEFILE new file mode 100644 index 0000000..f2d88ae --- /dev/null +++ b/v4.0/src/MESSAGES/MAKEFILE | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | #************************* makefile for messages ************************** | ||
| 2 | |||
| 3 | country =usa-ms | ||
| 4 | |||
| 5 | # | ||
| 6 | ####################### dependencies begin here. ######################### | ||
| 7 | # | ||
| 8 | |||
| 9 | all: $(country).idx | ||
| 10 | |||
| 11 | $(country).idx: $(country).msg | ||
| 12 | |||