|
Revision 8900, 0.9 KB
(checked in by walt, 2 years ago)
|
|
added snmp app to modules in src/apps/admin
|
| Line | |
|---|
| 1 | DIR := src/apps/admin |
|---|
| 2 | |
|---|
| 3 | ADMINSRC := \ |
|---|
| 4 | $(DIR)/pvfs2-check-config.c \ |
|---|
| 5 | $(DIR)/pvfs2-set-debugmask.c \ |
|---|
| 6 | $(DIR)/pvfs2-set-mode.c \ |
|---|
| 7 | $(DIR)/pvfs2-set-eventmask.c \ |
|---|
| 8 | $(DIR)/pvfs2-set-sync.c \ |
|---|
| 9 | $(DIR)/pvfs2-ls.c \ |
|---|
| 10 | $(DIR)/pvfs2-ping.c \ |
|---|
| 11 | $(DIR)/pvfs2-rm.c \ |
|---|
| 12 | $(DIR)/pvfs2-stat.c \ |
|---|
| 13 | $(DIR)/pvfs2-statfs.c \ |
|---|
| 14 | $(DIR)/pvfs2-perf-mon-example.c \ |
|---|
| 15 | $(DIR)/pvfs2-perf-mon-snmp.c \ |
|---|
| 16 | $(DIR)/pvfs2-mkdir.c \ |
|---|
| 17 | $(DIR)/pvfs2-chmod.c \ |
|---|
| 18 | $(DIR)/pvfs2-chown.c \ |
|---|
| 19 | $(DIR)/pvfs2-fs-dump.c\ |
|---|
| 20 | $(DIR)/pvfs2-fsck.c\ |
|---|
| 21 | $(DIR)/pvfs2-validate.c\ |
|---|
| 22 | $(DIR)/pvfs2-cp.c \ |
|---|
| 23 | $(DIR)/pvfs2-viewdist.c \ |
|---|
| 24 | $(DIR)/pvfs2-xattr.c \ |
|---|
| 25 | $(DIR)/pvfs2-touch.c \ |
|---|
| 26 | $(DIR)/pvfs2-remove-object.c \ |
|---|
| 27 | $(DIR)/pvfs2-ln.c \ |
|---|
| 28 | $(DIR)/pvfs2-perror.c \ |
|---|
| 29 | $(DIR)/pvfs2-check-server.c \ |
|---|
| 30 | $(DIR)/pvfs2-drop-caches.c |
|---|
| 31 | |
|---|
| 32 | ADMINSRC_SERVER := \ |
|---|
| 33 | $(DIR)/pvfs2-mkspace.c \ |
|---|
| 34 | $(DIR)/pvfs2-migrate-collection.c \ |
|---|
| 35 | $(DIR)/pvfs2-change-fsid.c \ |
|---|
| 36 | $(DIR)/pvfs2-showcoll.c |
|---|