280cec9d1154fc2613fcf127a988b5252c9fa824 kate Wed Sep 28 16:42:40 2016 -0700 First cut CGI with body map illustration for tissue selection: GTEx track config. refs #17369 diff --git src/hg/hgGtexTrackSettings/makefile src/hg/hgGtexTrackSettings/makefile new file mode 100644 index 0000000..1c148dc --- /dev/null +++ src/hg/hgGtexTrackSettings/makefile @@ -0,0 +1,28 @@ +kentSrc = ../.. +include ../../inc/common.mk + +HG_WARN=-Wall + +L += -lm ${MYSQLLIBS} +MYLIBDIR = ../../lib/${MACHTYPE} +MYLIBS = ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a + +A = hgGtexTrackSettings + +O = $A.o + +include ../../inc/cgi_build_rules.mk + +$A.html.h: $A.html + sed -e 's/\\/\\\\/g; s/"/\\"/g; s/^/"/; s/$$/\\n"/;' $A.html > $A.html.h + +${A}.c: $A.html.h + +${A}.o: ${A}.c $A.html.h + +clean:: + rm -f $A.html.h + +compile:: $O + ${CC} $O ${MYLIBS} ${L} + mv ${AOUT} $A${EXE}