diff options
author | danglassey <danglassey> | 2002-08-14 09:57:17 +0000 |
---|---|---|
committer | danglassey <danglassey> | 2002-08-14 09:57:17 +0000 |
commit | c9458897ebbb739d8db83c80e06512d8a612f743 (patch) | |
tree | f8c5381045887e34388cc6b26cfccc254bf766dc /apps/windoze/Makefile | |
download | sword-sf-cvs-c9458897ebbb739d8db83c80e06512d8a612f743.tar.gz |
*** empty log message ***
Diffstat (limited to 'apps/windoze/Makefile')
-rw-r--r-- | apps/windoze/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/windoze/Makefile b/apps/windoze/Makefile new file mode 100644 index 0000000..b141bb5 --- /dev/null +++ b/apps/windoze/Makefile @@ -0,0 +1,14 @@ + +root := ../.. +subdirs := CBuilder3 +pre-targets := +include ${root}/Makefile.cfg + + +s = $(c) $(cpp) +d = $(c:%.c=%.d) $(cpp:%.cpp=%.d) +o = $(c:%.c=%.o) $(cpp:%.cpp=%.o) + +ifneq ($(nodeps),yes) +-include $(d) +endif |