13 lines
210 B
Makefile
13 lines
210 B
Makefile
|
# @@ COPY_RIGHT_HERE
|
||
|
# @@ ROADMAP :: The Makefile for the Profile package
|
||
|
|
||
|
UI=..\..
|
||
|
|
||
|
!include ..\rules.mk
|
||
|
|
||
|
##### Source Files
|
||
|
|
||
|
CXXSRC_COMMON = .\mprconn.cxx .\mprreslb.cxx .\mprdevcb.cxx
|
||
|
|
||
|
CINC = -I..\h $(CINC)
|