office-gobmx/jvmaccess/Makefile

8 lines
225 B
Makefile
Raw Normal View History

2011-12-24 02:20:23 -06:00
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2002-12-06 04:35:41 -06:00
2012-02-17 01:09:48 -06:00
module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
2002-12-06 04:35:41 -06:00
2012-02-17 01:09:48 -06:00
include $(module_directory)/../solenv/gbuild/partial_build.mk
2002-12-06 04:35:41 -06:00
2011-12-24 02:20:23 -06:00
# vim: set noet sw=4 ts=4: