mirror of
http://43.156.76.180:8026/YuuMJ/EukPhylo.git
synced 2025-12-28 01:30:26 +08:00
14 lines
207 B
Makefile
14 lines
207 B
Makefile
#! /usr/local/bin/gmake
|
|
# makfile for yaep5
|
|
|
|
vpath %.h ..
|
|
vpath %.cpp ..
|
|
|
|
include ../Makefile
|
|
CPPFLAGS= -ftemplate-depth-25 -pg -O2 -Wall -Wno-sign-compare -I/cs/duff2/ninio/LibB/Include/
|
|
LDFLAGS+= -pg
|
|
|
|
|
|
|
|
|