Newer
Older
snipet / jpcc / trunk / Makefile
Nomura Kei on 26 Aug 2022 642 bytes old svn data to git
# ====================================================================
#   Makefile
#   Copyrithg (c)  2014  Nomura Kei
# ====================================================================
#  �萔��`
TOPDIR			?= .
USE_CXX			 = true
#TARGET			 = jpcc.exe
SUBDIRS			 = modules
VERSION			 = 0
#ARGET_TYPE		 = exe
#TARGET_TYPE	 = shared-library
#TARGET_TYPE	 = static-library
#TARGET_TYPE	 = windows-dll
#SRCDIR			 = src
#OBJDIR			 = obj
#UTDIR			 = ut

include $(TOPDIR)/mk/*.mk

CFLAGS			+=
CXXFLAGS		+=
LDFLAGS			+=
UTCFLAGS		+=
UTLDFLAGS		+=

.PHONY : all
all: allsub $(TARGET)

include $(TOPDIR)/mk/*.rule