Browse Source

Adding aquarela to general build

Signed-off-by: Álvaro Jurado <elbingmiss@gmail.com>
Álvaro Jurado 6 years ago
parent
commit
0b519dc9eb
2 changed files with 1 additions and 114 deletions
  1. 0 114
      sys/src/cmd/aquarela/mkfile
  2. 1 0
      sys/src/cmd/build.json

+ 0 - 114
sys/src/cmd/aquarela/mkfile

@@ -1,114 +0,0 @@
-</$objtype/mkfile
-
-CFLAGS=$CFLAGS
-
-UPDATEFLAGS=
-
-FILES=\
-	nbnsconv\
-	dump\
-	message\
-	findname\
-	addname\
-	alarm\
-	nbss\
-	nbns\
-	nbname\
-	alloc\
-	nbresolve\
-	smbconv\
-	smbnegotiate\
-	smballoc\
-	smbcommon\
-	smbcomsessionsetupandx\
-	smbstring\
-	smbresponse\
-	smbcomtreeconnectandx\
-	smbtree\
-	smbservice\
-	smbcomtransaction\
-	smbrap2\
-	smbcomdir\
-	smbglobals\
-	smboptable\
-	smbconnect\
-	smbbuffer\
-	nbdgram\
-	nbdgramconv\
-	nbdgramdump\
-	nb\
-	nblistener\
-	smbtransaction\
-	smbbrowse\
-	smbtrans2find\
-	smbidmap\
-	smbcomecho\
-	smbcomopen\
-	smbtime\
-	smbpath\
-	smbfile\
-	smbtrans2query\
-	smbcomclose\
-	smbcomread\
-	smblog\
-	smbcomquery\
-	smbcomfindclose2\
-	smbcomtreedisconnect\
-	smbsharedfile\
-	smblisten\
-	smbrap2client\
-	smbtrans2client\
-	smbcomdelete\
-	smbdircache\
-	smbrep\
-	smbcomflush\
-	smbcomwrite\
-	smbclientopen\
-	smbcomsetinfo\
-	smbcomcreatedir\
-	smbcomdeletedir\
-	smbcomrename\
-	smbcomlocking\
-	smbtrans2set\
-
-LIBCFILES=${FILES:%=%.c}
-LIBOFILES=${FILES:%=%.$O}
-
-SLIB=libsmb.a.$O
-
-LIB=$SLIB\
-
-HFILES=\
-	headers.h\
-	netbios.h\
-	smb.h\
-	smbfns.h\
-	smbdat.h
-
-TARG=\
-	aquarela\
-	cifscmd\
-#	testconnect\
-#	testnbdgram\
-#	testtime\
-
-
-CFILES=${TARG:%=%.c} $LIBCFILES
-
-BIN=/$objtype/bin
-
-it:V: all
-
-</sys/src/cmd/mkmany
-
-INC=
-CFLAGS=$INC $CFLAGS $XCFLAGS
-
-$SLIB(%.$O):N: %.$O
-$SLIB:	${LIBOFILES:%=$SLIB(%)}
-	names = `{echo $newprereq |sed 's/ /\n/g' |sed -n 's/'$SLIB'\(([^)]+)\)/\1/gp'}
-	ar rv $SLIB $names
-#	rm $names
-
-clean:V:
-	rm -f *.[$OS] y.tab.? y.debug y.output [$OS].* $TARG *.log

+ 1 - 0
sys/src/cmd/build.json

@@ -19,6 +19,7 @@
 			"acpi/build.json",
 			"acpica/",
 			"acme/build.json",
+			"aquarela/build.json",
 			"astro/astro.json",
 			"auth/auth.json",
 			"aux/aux.json",