ide: move windows specific code (setEcereLanguageInWinRegEnvironment) to process...
[sdk] / epj2make / Makefile
index 3196e3c..1e02373 100644 (file)
@@ -85,7 +85,7 @@ endif
 
 PRJ_CFLAGS += \
         $(if $(DEBUG), -g, -O2 -ffast-math) $(FPIC) -w \
-                        -DMAKEFILE_GENERATOR
+                        -DECERE_EPJ2MAKE
 
 ECFLAGS += -module $(MODULE)
 ECFLAGS += \
@@ -240,5 +240,9 @@ clean: cleantarget
 realclean: cleantarget
        $(call rmr,$(OBJ))
 
-distclean: cleantarget
-       $(call rmr,obj/)
+distclean:
+       $(_MAKE) -f $(_CF_DIR)Cleanfile distclean distclean_all_subdirs
+
+Makefile: ;
+$(_CF_DIR)crossplatform.mk: ;
+$(_CF_DIR)default.cf: ;