.c.obj:
$(CPP) -o"$(INTDIR)\$&" $(CPP_PROJ) $<
-ALL : sql_help.h pg_config_paths.h "$(OUTDIR)\psql.exe"
+ALL : sql_help.h "..\..\port\pg_config_paths.h" "$(OUTDIR)\psql.exe"
CLEAN :
-@erase "$(INTDIR)\command.obj"
-@erase "$(INTDIR)\psql.ils"
-@erase "$(INTDIR)\psql.ilf"
-@erase "$(OUTDIR)\psql.exe"
- -@erase "$(INTDIR)\pg_config_paths.h"
+ -@erase "$(INTDIR)\..\..\port\pg_config_paths.h"
-pg_config_paths.h: win32.mak
+"..\..\port\pg_config_paths.h": win32.mak
echo "#define PGBINDIR "">$@
echo "#define PGSHAREDIR "" >>$@
echo "#define SYSCONFDIR "" >>$@
OutDir=.\Release
# End Custom Macros
-ALL : sql_help.h pg_config_paths.h "$(OUTDIR)\psql.exe"
+ALL : sql_help.h "..\..\port\pg_config_paths.h" "$(OUTDIR)\psql.exe"
CLEAN :
-@erase "$(INTDIR)\command.obj"
-@erase "$(INTDIR)\mbprint.obj"
-@erase "$(INTDIR)\*psql.pch"
-@erase "$(OUTDIR)\psql.exe"
- -@erase "$(INTDIR)\pg_config_paths.h"
+ -@erase "$(INTDIR)\..\..\port\pg_config_paths.h"
-pg_config_paths.h: win32.mak
+"..\..\port\pg_config_paths.h": win32.mak
echo "#define PGBINDIR "">$@
echo "#define PGSHAREDIR "" >>$@
echo "#define SYSCONFDIR "" >>$@