# # For Win32. tested with UnxUtils (http://unxutils.sourceforge.net), with 2003-10-25 updates, in the path # # This makefile may be used to generate a project file for ADAGIDE, # using the same paths as the generic make (defined in Makefile.vars) # This Makefile should be used like this : make -f Makefile.ago gnat.ago # include ../Makefile.vars gnat.ago: @echo > $@ @echo $(ADAC_FLAGS) $(ADAC_INCLUDE) >> $@ @echo >> $@ @echo >> $@ @echo WINDOWS_TARGET >> $@ @echo >> $@ @echo >> $@ @echo Text >> $@