Files
harbour-core/harbour/contrib/libnf/Makefile
Przemyslaw Czerpak 8db4f58efb 2007-08-08 15:20 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/libnf/at2.prg
  * harbour/contrib/libnf/min2dhm.prg
  * harbour/contrib/libnf/ontick.c
  * harbour/contrib/libnf/sqzn.prg
  * harbour/contrib/libnf/bytexor.prg
  * harbour/contrib/libnf/asum.prg
  * harbour/contrib/libnf/sleep.prg
  * harbour/contrib/libnf/any2any.prg
  * harbour/contrib/libnf/origin.c
  * harbour/contrib/libnf/mouse.c
  * harbour/contrib/libnf/stod.c
  * harbour/contrib/libnf/vertmenu.prg
  * harbour/contrib/libnf/aredit.prg
  * harbour/contrib/libnf/n2color.c
  * harbour/contrib/libnf/xbox.prg
  * harbour/contrib/libnf/hex2dec.prg
  * harbour/contrib/libnf/getver.c
  * harbour/contrib/libnf/Makefile
  * harbour/contrib/libnf/invclr.prg
  * harbour/contrib/libnf/popadder.prg
  * harbour/contrib/libnf/d2e.prg
  * harbour/contrib/libnf/anomatch.prg
  * harbour/contrib/libnf/color2n.c
  * harbour/contrib/libnf/datecnfg.prg
  * harbour/contrib/libnf/easter.prg
  * harbour/contrib/libnf/ntow.prg
  * harbour/contrib/libnf/floptst.prg
  * harbour/contrib/libnf/pchr.prg
  * harbour/contrib/libnf/tbwhile.prg
  * harbour/contrib/libnf/e2d.prg
  * harbour/contrib/libnf/sysmem.prg
  * harbour/contrib/libnf/dfile.prg
  * harbour/contrib/libnf/clrsel.prg
  + harbour/contrib/libnf/fttext.c
  + harbour/contrib/libnf/putkey.c
    * basic cleanup and syncing with some of xHarbour fixes and extensions.
      I'd like to ask Windows users to update non GNU make file

  * harbour/source/pp/ppcore.c
    + added support for .T., .F., .Y., .N. in PP and #IF ... / #ELIF ...
      expressions. It was reported by Nick Van Dyck on xHarbour devel list
      that old PP supported it. I haven't known that old PP suported .T.
      and .F. in #IF directive. Please not that there are other diferences
      between new PP and the old one in expresions which can be used in
      #IF ... / #ELIF directives. New PP supports C like expressions with
      support for pseudo functions like defined(), operates on integer
      numbers only to not damage 64bit values during conversion to double
      and keep C compatible results (the old one used double values) and
      is much more restrictive in checking for valid expression.
2007-08-08 13:21:15 +00:00

151 lines
1.9 KiB
Makefile

#
# $Id$
#
ROOT = ../../
C_SOURCES = \
alt.c \
caplock.c \
chdir.c \
color2n.c \
ctrl.c \
descend.c \
dispc.c \
ftattr.c \
fttext.c \
ftshadow.c \
getenvrn.c \
getver.c \
getvid.c \
idle.c \
kspeed.c \
mkdir.c \
mouse.c \
n2color.c \
numlock.c \
origin.c \
proper.c \
prtscr.c \
putkey.c \
rmdir.c \
shift.c \
stod.c \
BAD_C_SOURCES = \
ontick.c \
peek.c \
poke.c \
PRG_SOURCES= \
aading.prg \
aavg.prg \
acctadj.prg \
acctmnth.prg \
acctqtr.prg \
acctweek.prg \
acctyear.prg \
adessort.prg \
aemaxlen.prg \
aeminlen.prg \
amedian.prg \
anomatch.prg \
any2any.prg \
aredit.prg \
asum.prg \
at2.prg \
bitclr.prg \
bitset.prg \
blink.prg \
byt2bit.prg \
byt2hex.prg \
byteand.prg \
byteneg.prg \
bytenot.prg \
byteor.prg \
bytexor.prg \
calendar.prg \
clrsel.prg \
cntryset.prg \
d2e.prg \
datecnfg.prg \
dayofyr.prg \
daytobow.prg \
dectobin.prg \
dfile.prg \
diskfunc.prg \
dispmsg.prg \
dosver.prg \
e2d.prg \
easter.prg \
elapmil.prg \
elapsed.prg \
eltime.prg \
findith.prg \
firstday.prg \
floptst.prg \
gcd.prg \
hex2dec.prg \
invclr.prg \
isbit.prg \
isbiton.prg \
isshare.prg \
lastday.prg \
linked.prg \
madd.prg \
menu1.prg \
menuto.prg \
metaph.prg \
miltime.prg \
min2dhm.prg \
month.prg \
mouse2.prg \
netpv.prg \
nooccur.prg \
ntow.prg \
nwlstat.prg \
nwsem.prg \
nwuid.prg \
page.prg \
pchr.prg \
pegs.prg \
pending.prg \
pickday.prg \
popadder.prg \
prtesc.prg \
pvid.prg \
qtr.prg \
rand1.prg \
restsets.prg \
round.prg \
savearr.prg \
savesets.prg \
scancode.prg \
scregion.prg \
setdate.prg \
settime.prg \
sinkey.prg \
sleep.prg \
sqzn.prg \
sysmem.prg \
tbwhile.prg \
tempfile.prg \
test.prg \
vertmenu.prg \
vidcur.prg \
vidmode.prg \
wda.prg \
week.prg \
workdays.prg \
woy.prg \
xbox.prg \
year.prg \
BAD_PRG_SOURCES= \
mouse1.prg \
LIBNAME=nf
include $(TOP)$(ROOT)config/lib.cf