diff options
| author | Sebastien Braun | 2010-11-04 00:38:24 +0100 |
|---|---|---|
| committer | Sebastien Braun | 2010-11-04 00:38:24 +0100 |
| commit | 4fcc0efae9738bb28922da592fff78cfef50277b (patch) | |
| tree | b3855b36abe874606a802ec75fc573543d2d7b35 /src/input/detail/Makefile.autogen | |
| parent | [PVSMGRTOUCH] resetall bug fixed (diff) | |
| parent | Documentation fixes and code cleanup (diff) | |
| download | pvs-4fcc0efae9738bb28922da592fff78cfef50277b.tar.gz pvs-4fcc0efae9738bb28922da592fff78cfef50277b.tar.xz pvs-4fcc0efae9738bb28922da592fff78cfef50277b.zip | |
Merge input handling work to master
Diffstat (limited to 'src/input/detail/Makefile.autogen')
| -rw-r--r-- | src/input/detail/Makefile.autogen | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/input/detail/Makefile.autogen b/src/input/detail/Makefile.autogen new file mode 100644 index 0000000..cbd52be --- /dev/null +++ b/src/input/detail/Makefile.autogen @@ -0,0 +1,5 @@ +all : typeList_autogen.h +.PHONY : all + +typeList_autogen.h : gen/gen_typeList + gen/gen_typeList > typeList_autogen.h |
