1*11be35a1SLionel Sambuc# $NetBSD: Makefile,v 1.2 2011/09/08 18:44:38 jmmv Exp $ 2*11be35a1SLionel Sambuc 3*11be35a1SLionel SambucNOMAN= # defined 4*11be35a1SLionel Sambuc 5*11be35a1SLionel Sambuc.include <bsd.own.mk> 6*11be35a1SLionel Sambuc 7*11be35a1SLionel SambucATFFILE= no 8*11be35a1SLionel Sambuc 9*11be35a1SLionel SambucTESTSDIR= ${TESTSBASE}/lib/libcurses 10*11be35a1SLionel Sambuc 11*11be35a1SLionel SambucFILESDIR= ${TESTSDIR}/check_files 12*11be35a1SLionel SambucFILES= curses_start.chk 13*11be35a1SLionel SambucFILES+= addch.chk 14*11be35a1SLionel SambucFILES+= addchstr.chk 15*11be35a1SLionel SambucFILES+= addstr.chk 16*11be35a1SLionel SambucFILES+= attributes.chk 17*11be35a1SLionel SambucFILES+= bell.chk 18*11be35a1SLionel SambucFILES+= background1.chk 19*11be35a1SLionel SambucFILES+= background2.chk 20*11be35a1SLionel SambucFILES+= background3.chk 21*11be35a1SLionel SambucFILES+= background4.chk 22*11be35a1SLionel SambucFILES+= background5.chk 23*11be35a1SLionel SambucFILES+= chgat1.chk 24*11be35a1SLionel SambucFILES+= chgat2.chk 25*11be35a1SLionel SambucFILES+= chgat3.chk 26*11be35a1SLionel SambucFILES+= clear1.chk 27*11be35a1SLionel SambucFILES+= clear2.chk 28*11be35a1SLionel SambucFILES+= clear3.chk 29*11be35a1SLionel SambucFILES+= clear4.chk 30*11be35a1SLionel SambucFILES+= clear5.chk 31*11be35a1SLionel SambucFILES+= clear6.chk 32*11be35a1SLionel SambucFILES+= clear7.chk 33*11be35a1SLionel SambucFILES+= clear8.chk 34*11be35a1SLionel SambucFILES+= clear9.chk 35*11be35a1SLionel SambucFILES+= clear10.chk 36*11be35a1SLionel SambucFILES+= color_blank_draw.chk 37*11be35a1SLionel SambucFILES+= color_start.chk 38*11be35a1SLionel SambucFILES+= color_default.chk 39*11be35a1SLionel SambucFILES+= color_blue_back.chk 40*11be35a1SLionel SambucFILES+= color_red_fore.chk 41*11be35a1SLionel SambucFILES+= color_set.chk 42*11be35a1SLionel SambucFILES+= copywin1.chk 43*11be35a1SLionel SambucFILES+= copywin2.chk 44*11be35a1SLionel SambucFILES+= copywin3.chk 45*11be35a1SLionel SambucFILES+= copywin4.chk 46*11be35a1SLionel SambucFILES+= copywin5.chk 47*11be35a1SLionel SambucFILES+= copywin6.chk 48*11be35a1SLionel SambucFILES+= copywin7.chk 49*11be35a1SLionel SambucFILES+= copywin8.chk 50*11be35a1SLionel SambucFILES+= copywin9.chk 51*11be35a1SLionel SambucFILES+= copywin10.chk 52*11be35a1SLionel SambucFILES+= copywin11.chk 53*11be35a1SLionel SambucFILES+= copywin12.chk 54*11be35a1SLionel SambucFILES+= copywin13.chk 55*11be35a1SLionel SambucFILES+= copywin14.chk 56*11be35a1SLionel SambucFILES+= curs_set1.chk 57*11be35a1SLionel SambucFILES+= curs_set2.chk 58*11be35a1SLionel SambucFILES+= curs_set3.chk 59*11be35a1SLionel SambucFILES+= fill.chk 60*11be35a1SLionel SambucFILES+= home.chk 61*11be35a1SLionel SambucFILES+= timeout.chk 62*11be35a1SLionel SambucFILES+= box_standout.chk 63*11be35a1SLionel SambucFILES+= wborder.chk 64*11be35a1SLionel SambucFILES+= wborder_refresh.chk 65*11be35a1SLionel SambucFILES+= window.chk 66*11be35a1SLionel SambucFILES+= wscrl1.chk 67*11be35a1SLionel SambucFILES+= wscrl2.chk 68*11be35a1SLionel SambucFILES+= wgetstr.chk 69*11be35a1SLionel SambucFILES+= wgetstr_refresh.chk 70*11be35a1SLionel SambucFILES+= wprintw_refresh.chk 71*11be35a1SLionel Sambuc 72*11be35a1SLionel SambucCLEANFILES= 73*11be35a1SLionel Sambuc 74*11be35a1SLionel Sambuc.include <bsd.test.mk> 75*11be35a1SLionel Sambuc.include <bsd.files.mk> 76*11be35a1SLionel Sambuc.include <bsd.prog.mk> 77