Makefile
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 09 May 2012 16:04:12 +0100
branchjv
changeset 17941 3651a18f3703
parent 17929 8b88d7871e6f
child 18011 deb0c3355881
permissions -rw-r--r--
- AbstractDesktop added: #desktopDirectory #documentsDirectory #reinitialize - GNOMEDesktop added: #desktopDirectory #documentsDirectory #isAvailable - UnixDesktop added: #desktopDirectory #documentsDirectory - stx_libbasic changed: #classNamesAndAttributes #extensionMethodNames #preRequisites - UnixOperatingSystem added: #getDesktopDirectory #getDocumentsDirectory - XDGDesktop class definition added:5 methods changed: #isAvailable category of:

#
# DO NOT EDIT
#
# make uses this file (Makefile) only, if there is no
# file named "makefile" (lower-case m) in the same directory.
# My only task is to generate the real makefile and call make again.
# Thereafter, I am no longer used and needed.
#

.PHONY: run

run: makefile
	$(MAKE) -f makefile

#only needed for the definition of $(TOP)
include Make.proto

makefile:
	$(TOP)/rules/stmkmf