6c60bfd77fdc8488ef52b87cf41e7cd1ca0e2d4d kent Thu Aug 1 18:28:19 2013 -0700 Main ra parsing function is generate and passes visual inspection. Haven't tried compiling it yet though. diff --git src/utils/raToStructGen/makefile src/utils/raToStructGen/makefile new file mode 100644 index 0000000..656159e --- /dev/null +++ src/utils/raToStructGen/makefile @@ -0,0 +1,3 @@ +kentSrc = ../.. +A = raToStructGen +include $(kentSrc)/inc/userApp.mk